home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2533 < prev    next >
Encoding:
Text File  |  1996-08-06  |  2.4 KB  |  54 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!marnold
  3. From: marnold@netcom.com (Matt Arnold)
  4. Subject: Re: I Need Help with BC++4.02 under Windows 95
  5. Message-ID: <marnoldDLD8IL.MC4@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. References: <30F7F46E.183E@yvax.byu.edu> <4d9vuv$t2l@upsnews.ups.com> <4dje9l$tq4@spider.bailey.com>
  8. Date: Thu, 18 Jan 1996 07:23:09 GMT
  9. Sender: marnold@netcom9.netcom.com
  10.  
  11. rob.davenport@bailey.com (Rob Davenport) writes:
  12.  
  13. >In article <4d9vuv$t2l@upsnews.ups.com>,
  14. >   ezsoldos@corvette.microserve.com (Ellis Zsoldos) wrote:
  15. >>Check your installation.  Make sure that you have installed all of the
  16. >>32 bit libraries.
  17.  
  18. >I assume with BC++4.02 under Win95, any 32bit apps I write will not have 
  19. >access to long filenames, .lnks, or any of the new custom controls, correct?
  20.  
  21. I'm pretty sure you can get long names if you just use Win32's CreateFile()
  22. and related functions.  Also, you can get the Windows 95 style file open
  23. and save dialogs by using the right flags with GetOpenFileName(), etc..
  24.  
  25. I believe shortcuts (.LNKs) must be accessed through the shell's OLE
  26. interface.  I suppose you would need the right OLE headers for that.
  27. I don't think they came with 4.02.
  28.  
  29. But, while it's true Borland C++ 4.02 doesn't directly support the things
  30. you mention, it's still possible to create programs that use those OS
  31. features with 4.02, provided you get the right headers, etc. from some
  32. other source.
  33.  
  34. Borland C++ 5.0, which is designed for Win32 programming on 95 and
  35. NT should be out early this year.  Windows 95 will be supported fully
  36. by 5.0.
  37.  
  38. In the meantime, Borland C++ 4.5 (actual latest version is 4.53) does 
  39. come with many Windows 95-ready Win32 headers and ships with a Win32
  40. import library (IMPORT32.LIB) that, among other things, definitely 
  41. contains the new common control entry-points.
  42.  
  43. If you update your 4.02 to 4.52, you'd have a lot more built-in
  44. Windows 95 support than you do now to tide you over until 5.0 comes
  45. out.
  46.  
  47. -------------------------------------------------------------------------
  48. Matt Arnold                       |        | ||| | |||| |  | | || ||
  49. marnold@netcom.com                |        | ||| | |||| |  | | || ||
  50. Boston, MA                        |      0 | ||| | |||| |  | | || ||
  51. 617.389.7384 (h) 617.576.2760 (w) |        | ||| | |||| |  | | || ||
  52. C++, MIDI, Win32/95 developer     |        | ||| 4 3 1   0 8 3 || ||
  53. -------------------------------------------------------------------------
  54.